home *** CD-ROM | disk | FTP | other *** search
- -- card: 2200 from stack: in
- -- bmap block id: 4710
- -- flags: 0000
- -- background id: 2705
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=399 top=86 right=108 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NEXT CARD
- ----- HyperTalk script -----
- on mouseUp
- go next card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=13 top=87 right=109 bottom=113
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PREVIOUS CARD
- ----- HyperTalk script -----
- on mouseUp
- go Previous Card
- end mouseUp
-
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=112 top=250 right=336 bottom=402
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: INFORMATION
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=6 top=257 right=279 bottom=106
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: AMTRACK
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 3
- put "Train and Fare info (212) 736-4545" into temp1
- put "Metroliner Service (212 736-3967" into temp2
- put "Lost Articles Pen Station (212) 560-7388" into temp3
- put "Lost Articles Grand Central(212) 560-7534" into temp4
- put temp1 into line 1 of card field id 3
- put temp2 into line 2 of card field id 3
- put temp3 into line 3 of card field id 3
- put temp4 into line 4 of card field id 3
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=7 top=290 right=312 bottom=107
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: LIRR
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 3
- put "TRAIN AND FARE (718) 454-5744" into temp1
- put "LOST ARTICLES (718) 990-8384" into temp2
- put temp1 into line 1 of card field id 3
- put temp2 into line 2 of card field id 3
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=407 top=287 right=309 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: METRO NORTH
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 3
- put "TRAIN AND FARE (212) 532-4900" into temp1
- put "LOST ARTICLES (212) 340-2555" into temp2
- put temp1 into line 1 of card field id 3
- put temp2 into line 2 of card field id 3
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=406 top=254 right=276 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: N. J. TRANSIT
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 3
- put "TRAIN AND FARE (201) 762-5100" into temp1
- put "LOST PROPERTY (201) 560-7388" into temp2
- Put "Path General Info (212) 446-7649" into temp3
- put "Path Lost Articles (212) 432-1272" into temp4
- put temp1 into line 1 of card field id 3
- put temp2 into line 2 of card field id 3
- put temp3 into line 3 of card field id 3
- put temp4 into line 4 of card field id 3
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=7 top=319 right=340 bottom=106
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CLEAR FIELDS
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field ID 3
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=409 top=319 right=341 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NYC TRANSIT
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 3
- put "TRAIN (718) 330-1234" into temp1
- put "LOST PROPERTY (718) 625-6200" into temp2
- put "MTA Subway Route Info (718) 330-1234" into temp3
- put "Bus and Train Info ((718) 330-1234" into temp4
- put temp1 into line 1 of card field id 3
- put temp2 into line 2 of card field id 3
- put temp3 into line 3 of card field id 3
- put temp4 into line 4 of card field id 3
- end mouseUp
-
-